SQL Excel Concatenate into INSERT Command


=CONCATENATE("    ('",A2,"', '",B2,"', '",C2,"', '",D2,"', '",E2,"',", 
      "'" ,F2, "',",
      "'" ,G2, "',",
      "'" ,H2, "',",
      "'" ,I2, "',",
      "'" ,J2, "',",
      "'" ,K2, "',",
      "'" ,L2, "',",
      "'" ,M2, "',",
      "'" ,N2, "',",
      "'" ,O2, "',",
      "'" ,P2, "',",
      "'" ,Q2, "',",
      "'" ,R2, "',",
      "'" ,S2, "'",

      ")")
#SQL






你可能感興趣的文章

Emergency Preparedness: Stocking Up on Paper Towels for Unexpected Situations

Emergency Preparedness: Stocking Up on Paper Towels for Unexpected Situations

React 部落格實作

React 部落格實作

CSS-[img元素]-<img>標籤預設的不明縫隙

CSS-[img元素]-<img>標籤預設的不明縫隙






留言討論